jmu-Java-03面向对象-06-继承覆盖综合练习-Person、Student、Employee、Company (20 分) ///答案,不包括解析
定义Person抽象类,Student类、Company类,Employee类。 Person类的属性:String name, int age, boolean genderPerso ...
定义Person抽象类,Student类、Company类,Employee类。 Person类的属性:String name, int age, boolean genderPerso ...